home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / Tri56.Form < prev    next >
Text File  |  1994-05-02  |  160b  |  26 lines

  1. tri56
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-10.0
  6.         x2= 1.0
  7.         y1=-6.15
  8.         y2= 6.15
  9.     }
  10.     {
  11.         t=pixel
  12.         z=pixel
  13.     }
  14.     {
  15.         t=sin(t)
  16.         t=cos(t)
  17.         t=tan(t)
  18.         z=z+t
  19.     }
  20.     {
  21.         z>t
  22.     }
  23.     {
  24.     }
  25. }
  26.